SftTree/OCX 7.0

SftTreeItems.Shown Property

Softel vdm, Inc.

Returns the number of completely and partially visible items in the client area.

Syntax       

Get

VB.NET

Count = object.Shown  As Integer

VB

Count = object.Shown  As Long

C#.NET

int Count = object.Shown;

VC++

long Count = object->Shown;
long Count = object->GetShown();

C

HRESULT object->get_Shown(long* Count);

Delphi

Count := object.Shown   : Integer;

object

A SftTreeItems object.

Count

Returns the number of completely and partially visible items in the client area.

Comments

The Shown property returns the number of completely and partially visible items in the client area.

The Items.Shown property returns the total number of visible items in the tree control's client area, including partially visible items.  The Items.ShownComplete property returns the number of completely visible items, not including partial items.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com